home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / etc_-_Configuration_Files / RC.D / RC.4 < prev    next >
Text File  |  1999-09-17  |  118b  |  5 lines

  1. #!/bin/sh
  2. echo "Starting K Desktop Environment..."
  3. /usr/local/kde/bin/kdm > /dev/null 2>&1 &
  4. exec /etc/rc.d/rc.checkX
  5.